aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/api/auth/[...nextauth]/route.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/api/auth/[...nextauth]/route.tsx')
-rw-r--r--packages/web/app/api/auth/[...nextauth]/route.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/web/app/api/auth/[...nextauth]/route.tsx b/packages/web/app/api/auth/[...nextauth]/route.tsx
new file mode 100644
index 00000000..e722926b
--- /dev/null
+++ b/packages/web/app/api/auth/[...nextauth]/route.tsx
@@ -0,0 +1,3 @@
+import { authHandler } from "@/lib/auth";
+
+export { authHandler as GET, authHandler as POST };